home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / print / t2ps10.zip / T2PS.TXT < prev   
Text File  |  1993-04-21  |  7KB  |  222 lines

  1.                --------------------------------------------
  2.                T2PS v1.0  ---  Text To PostScript Converter
  3.                ---- Copyright 1993 A.N.D. Technologies ----
  4.                --------------------------------------------
  5.  
  6. --------
  7. OVERVIEW
  8. --------
  9.  
  10. T2PS is a TSR which converts ASCII text into PostScript in real time.
  11. Many programs such as editors, databases, and old spreadsheets only support
  12. plain text printer output.  T2PS intercepts Int 17 printer BIOS calls and
  13. converts text output to PostScript on the fly.  T2PS will not work with
  14. programs which bypass the BIOS and print directly to the hardware port.
  15.  
  16. PostScript is a trademark of Adobe, Inc.
  17.  
  18.  
  19. --------
  20. FEATURES
  21. --------
  22.  
  23. T2PS requires 6.8K of RAM, and may be unloaded.
  24. T2PS uses the Courier font, and you may set the font size, tab size, all
  25.     four margins, page orientation, and the desired LPT port.  You
  26.     may also find out and change T2PS's current settings once it is
  27.     loaded.  T2PS supports the extended IBM character set, including 
  28.     the European, Greek, and line/box characters, but not control codes,
  29.     ie. those with a value less than 32 (hex 20) are printed as blanks.
  30. T2PS will not convert print data if it is already PostScript;  however, it
  31.     must have the standard PostScript identifier "%!" at the beginning.
  32. T2PS wraps characters which extend beyond the right margin around to the
  33.     next line.
  34.  
  35.  
  36. --------------------
  37. COMMAND LINE OPTIONS
  38. --------------------
  39.  
  40. If T2PS is already loaded, just type T2PS to find the current settings.
  41. You may also change one or more settings without affecting any of the others.
  42.  
  43.     O=L   Landscape Orientation        O=P   Portrait Orientation
  44.     L=X   LPT port where X=1,2,3       T=X   Tabsize
  45.     F=X   Fontsize in points (1/72")   U     Uninstall
  46.     TI=X  TImeout value in seconds     ?     Help
  47.     MT=X  Top Margin (points)          MB=X  Bottom Margin (points)
  48.     ML=X  Left Margin (points)         MR=X  Right Margin (points)
  49.  
  50.  
  51. ------------------------------------------
  52. O=L   Landscape Orientation (11" x 8 1/2")
  53. O=P   Portrait Orientation (8 1/2" x 11")
  54. ------------------------------------------
  55.  
  56. Default=Portrait
  57. For smaller paper sizes, make sure that the right or bottom margin is large
  58. enough.
  59. ----------------------------
  60. L=X   LPT port where X=1,2,3
  61. ----------------------------
  62.  
  63. Default=LPT1
  64.  
  65.  
  66. -------------
  67. T=X   Tabsize
  68. -------------
  69.  
  70. Default=5 spaces
  71. Permissible values are from 1 to 20.
  72. This may be an important value;  if the tab settings in your document are
  73. different from those in T2PS, your columns may not line up correctly.
  74. T2PS will line up tab columns in documents.
  75.  
  76.  
  77. --------------
  78. F=X   Fontsize
  79. --------------
  80.  
  81. T2PS uses the Courier font.
  82. Default=11 pt.
  83. Permissible values are from 3 to 99.
  84.  
  85.  
  86. ---------------
  87. U     Uninstall
  88. ---------------
  89.  
  90. Removes T2PS from memory.
  91.  
  92.  
  93. -------------------
  94. MT=X  Top Margin
  95. MB=X  Bottom Margin
  96. ML=X  Left Margin
  97. MR=X  Right Margin
  98. -------------------
  99.  
  100. Default=36
  101. Margins are measured in points, like fonts.
  102. 1 point=1/72 inch.  For metric, figure it out!
  103.  
  104.  
  105. ------------------------------
  106. TI=X  TImeout value in seconds
  107. ------------------------------
  108.  
  109. Default=5 seconds
  110. This value specifies the time T2PS should wait after the last byte of a print
  111. job is sent in order to end the associated PostScript job.  If the software
  112. you are using pauses for longer than this time while sending print data, you
  113. will end up with a broken up printout.  If you are capturing print data to a
  114. network printer, then this value should be less than the network print
  115. capture timeout setting.  If you are printing directly to a PostScript
  116. printer, then this value should be less than the job timeout setting on the
  117. printer's control panel.
  118. -------
  119. WARNING
  120. -------
  121.  
  122. There may be problems (but not necessarily) with T2PS (ie. system hang or
  123. 386 memory manager exception) if the selected device is used for file I/O.
  124. Examples:
  125.  
  126.     Application is set up to print to file; filename=LPT1
  127.     COPY AUTOEXEC.BAT PRN
  128.     ECHO HELLO>LPT2
  129.  
  130.  
  131. ------
  132. NOTICE
  133. ------
  134.  
  135. T2PS is distributed as is, with no warranty implied or otherwise.
  136. If you distribute T2PS, you may not charge anything for it, other than any
  137. distribution costs you may incur.  If you do so, please distribute it
  138. in the zip file T2PS10.ZIP, including the files T2PS.EXE and T2PS.TXT.
  139.  
  140.  
  141. ----------------
  142. REGISTERING T2PS
  143. ----------------
  144.  
  145. A lot of time and testing went into T2PS.  The unregistered version has all
  146. the same features as the registered version.  When you first load T2PS, you
  147. will encounter an "Unregistered version" notice.  This does not occur once
  148. you register.  
  149.  
  150. The price:  $25 US for 1 license
  151.             $125 for a site license
  152.             $40 for a 1 license T2PS/PSPS bundle (see below for PSPS)
  153.             $200 for a T2PS/PSPS site license
  154.  
  155. If you are registering from outside the US, please make sure your payment
  156. is cashable at a US bank so that there are no conversion fees.
  157. Credit cards are not accepted at this time although they may be in the
  158. future.  Registering over CompuServe is also a future possibility.
  159.  
  160. After you register, you will be sent a new version by E-Mail.  If you require
  161. a diskette to be mailed, please include an extra $5 inconvenience charge.
  162.  
  163. Please send payments to:
  164.  
  165. A.N.D. Technologies
  166. P.O. Box 64811
  167. Los Angeles, CA 90064
  168. USA
  169.  
  170. Please include your name, company, mailing address, E-Mail address(es),
  171. and how you found out about T2PS.
  172. -----------------
  173. TECHNICAL SUPPORT
  174. -----------------
  175.  
  176. Most communication is done by E-Mail, which is always monitored.
  177. Please feel free to leave questions and comments at:
  178.  
  179. Compuserve - 71011,3570
  180. Internet - 71011.3570@compuserve.com
  181. Phone - (213) 848-9345
  182. FAX - Available (contact A.N.D. first)
  183.  
  184. In order to keep the software inexpensive, it's highly unlikely that
  185. long-distance phone calls will be returned.  However, the best times to
  186. catch a live person at the other end are weekdays at 9 AM Pacific time.
  187.  
  188. ----------------------------------------
  189. WHERE TO FIND THE LATEST VERSION OF T2PS
  190. ----------------------------------------
  191.  
  192. On CompuServe: in IBMHW:Printers
  193.  
  194. On Internet: at the archive Simtel20 in the directory <MSDOS.POSTSCRIPT>
  195.                 wsmr-simtel20.army.mil  
  196.                 wuarchive.wustl.edu
  197.                 nic.switch.ch
  198.                 nic.funet.fi
  199.                 src.doc.ic.ac
  200.                 rana.cc.deak.oz.au
  201.  
  202. T2PS - Copyright (c) 1993  A.N.D. Technologies
  203.  
  204.  
  205. -------------------------------------
  206. OTHER SOFTWARE BY A.N.D. TECHNOLOGIES
  207. -------------------------------------
  208.  
  209. PCOUNTER 2.2 - A PAGE COUNTING PRINT SERVER FOR NOVELL NETWORKS
  210. Features:
  211. PostScript and HP LaserJet page counting; fast printing - including baud
  212. rates up to 112K baud;  Text to PostScript conversion;  user accounting;
  213. support for networked printers;  simple configuration;  and more!
  214.  
  215. PSPS 2.0 - A POSTSCRIPT PRINTSCREEN UTILITY
  216. Features:
  217. Support for text and graphics modes on MDA, CGA, Herc, EGA, MCGA, VGA, and
  218. Super VGA adaptors.  Monochrome, reverse monochrome, grayscale, and color
  219. PostScript modes.  Optionally print to LPT port or Encapsulated PostScript
  220. File for integration into other documents.  See above for info on a
  221. T2PS/PSPS bundle.
  222.